Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
1
Question by Bentoon · Dec 11, 2015 at 05:17 AM · unity 5iosbuildxcodevuforia

iOs build fails on 5.3

I am getting a bunch of errors

1) many

    ld: warning: object file (/Users/myName/Documents/UnityProject/environ_1/Libraries/libiPhone-lib.a(CheckSum.o)) was built for newer iOS version (9.1) than being linked (6.0)

although I am running iOS 9.2;

and the latest xCode (7.2);

And the Latest Unity;

Then I get a slew of Vuforia errors through... Yes,

I am running the latest Vuforia too

???

 ld: warning: object file (/Users/myName/Documents/UnityProject/environ_1/Libraries/libiPhone-lib.a(CheckSum.o)) was built for newer iOS version (9.1) than being linked (6.0)
 Undefined symbols for architecture armv7:
   "_kSecReturnRef", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecReturnPersistentRef", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecClassKey", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecAttrKeyType", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecValueData", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecAttrKeyClass", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecAttrKeyClassPublic", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecAttrApplicationTag", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_SecItemDelete", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_SecKeyGetBlockSize", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_SecItemAdd", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecClass", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecAttrCanDecrypt", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_SecItemCopyMatching", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_SecTrustEvaluate", referenced from:
       l154 in libvrunity.a(GTMSessionFetcher.o)
      (maybe you meant: _OSX509Certificates_SecTrustEvaluate_m3_1051)
   "_SecKeyDecrypt", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
   "_kSecAttrKeyTypeRSA", referenced from:
       l5874 in libVuforia.a(libVuforia.a-armv7-master.o)
 ld: symbol(s) not found for architecture armv7
 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
14
Best Answer

Answer by LeoCeballos · Dec 11, 2015 at 06:09 AM

@Bentoon

I just ran into this and solved it, so I hope I can help.

Apparently, something has changed relatively recently because I didn't used to have to do this. You need to, in XCode, add the "Security" and "SystemConfiguration" frameworks to the XCode project.

Check out this stackoverflow answer for adding frameworks. Don't worry, they are built in to XCode apparently.

http://stackoverflow.com/questions/3352664/how-to-add-existing-frameworks-in-xcode-4

Comment
Add comment · Show 9 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Bentoon · Dec 11, 2015 at 07:25 AM 0
Share

@LeoCeballos, BINGO!!!! Thank you So $$anonymous$$uch Leo

avatar image davidpig · Dec 11, 2015 at 11:02 PM 0
Share

I had the same problem and your answer solved it, thank you!

avatar image borisfilipovicizstopdoo · Dec 18, 2015 at 02:31 PM 0
Share

Excellent solution. Thank you very much.

avatar image docjaq-reach · Jan 04, 2016 at 05:25 PM 1
Share

Lifesaver. Works like a charm. You can request these frameworks as dependencies on, say, libVuforia.a, in Unity, to save adding it in XCode.

avatar image SW_IwOk · Jan 19, 2016 at 02:13 PM 0
Share

Thanks a lot :D

Show more comments

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

56 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Objects with animation disappear in IOS build. 6 Answers

Monetization breaks iOS build in XCode. Also breaks Android build. 1 Answer

converting managed assemblies to c++ building to ios and unity crashes 1 Answer

iOS xCode build hangs when bitcode is enabled 0 Answers

Unity 5.4 crash after iOS version building and open xcode8 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges