Search Unity

build errors with 4th gen ipod touch...

Discussion in 'iOS and tvOS' started by etomp10291, Sep 16, 2010.

  1. etomp10291

    etomp10291

    Joined:
    Jan 11, 2010
    Posts:
    108
    been trying all day to successfully build and run project on new ipod touch with unity 1.7...

    tried this...(from another post)

    1 - build project with unity1.7 for 3.2 device target (for exemple)

    2 - In xcode modify "Project Info" (maybe not usefull, but I don't have problem like that):
    - Architectures : Standard (Armc6 Armv7)
    - Base SDK : IOS DEVICE 4.1
    - Build Active Architecture Only : uncheck
    - Valid Architectures : Armv6 armv7

    3 - In Xcodee modify "Target""Info :
    - Architectures : Standard (Armc6 Armv7)
    - Base SDK : IOS DEVICE 4.1
    - Build Active Architecture Only : uncheck
    - Valid Architectures : Armv6 armv7
    - IOS DEPLOYEMENT TARGET : Choose minimum version of iOS you want (for your apps stay compatible with 3.1.2, choose 3.1.2...) or choose 4.1

    i am using xcode 3.2.4, sdk 4.1, os 4.1 on ipod...

    when i build it pops up with 230 errors and like 8 warnings, tried everything and cannot get it to work???

    provisioning profiles are installed and correct...any ideas??
     
  2. etomp10291

    etomp10291

    Joined:
    Jan 11, 2010
    Posts:
    108
    getting this error after rebuilding project and starting over...what does this mean??
     
  3. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    1. Set it to unknown :)


    aside of that: 230 errors sounds like you are trying to build for simulator by error instead of device. won't work
     
  4. etomp10291

    etomp10291

    Joined:
    Jan 11, 2010
    Posts:
    108
    got it working :) something got screwed up with the project, just had to rebuild and start over and that fixed it...thanks!!