• 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
Question by chriscisco · Apr 29, 2016 at 08:18 PM · erroriosxcode

iOS Build throwing error on launch.

Hello,

I am getting this error when I build and run my project through xcode after building in Unity.

 2016-04-29 15:57:20.940 project[973:510098] [PW] [I] +[UIApplication(Pushwoosh)] Pushwoosh: Initializing application runtime
 2016-04-29 15:57:21.137 project[973:510098] -> registered mono modules 0x1551140
 2016-04-29 15:57:21.569 project[973:510098] -[__NSCFString containsObject:]: unrecognized selector sent to instance 0x167739a0
 2016-04-29 15:57:21.844 project[973:510098] Uncaught exception: NSInvalidArgumentException: -[__NSCFString containsObject:]: unrecognized selector sent to instance 0x167739a0
 
 (
 0   CoreFoundation                      0x23e1f9a3 <redacted> + 150
 1   libobjc.A.dylib                     0x235bae17 objc_exception_throw + 38
 2   CoreFoundation                      0x23e25325 <redacted> + 0
 3   CoreFoundation                      0x23e22f51 <redacted> + 700
 4   CoreFoundation                      0x23d4e2f8 _CF_forwarding_prep_0 + 24
 5   UIKit                               0x28643ce1 <redacted> + 400
 6   UIKit                               0x2862c043 <redacted> + 1362
 7   UIKit                               0x286406dd <redacted> + 36
 8   UIKit                               0x28629653 <redacted> + 134
 9   FrontBoardServices                  0x254c2c07 <redacted> + 18
 10  FrontBoardServices                  0x254c2ab9 <redacted> + 224
 11  FrontBoardServices                  0x254c2db9 <redacted> + 48
 12  CoreFoundation                      0x23de1e6f <redacted> + 14
 13  CoreFoundation                      0x23de1a5d <redacted> + 452
 14  CoreFoundation                      0x23ddfdcb <redacted> + 794
 15  CoreFoundation                      0x23d2f2e9 CFRunLoopRunSpecific + 520
 16  CoreFoundation                      0x23d2f0d5 CFRunLoopRunInMode + 108
 17  UIKit                               0x283f9b6d <redacted> + 524
 18  UIKit                               0x283f40b9 UIApplicationMain + 144
 19  project                         0x000275b7 main + 230
 20  libdyld.dylib                       0x239d7873 <redacted> + 2
 )
 
 2016-04-29 15:57:21.845 project[973:510098] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString containsObject:]: unrecognized selector sent to instance 0x167739a0'
 
 *** First throw call stack:
 
 (0x23e1f98b 0x235bae17 0x23e25325 0x23e22f51
  0x23d4e2f8 0x28643ce1 0x2862c043 0x286406dd
  0x28629653 0x254c2c07 0x254c2ab9 0x254c2db9
  0x23de1e6f 0x23de1a5d 0x23ddfdcb 0x23d2f2e9
  0x23d2f0d5 0x283f9b6d 0x283f40b9 0x275b7 0x239d7873)
  
 libc++abi.dylib: terminating with uncaught exception of type NSException


I cannot figure out what the issue is, all I know right now is the game runs fine in editor and on android.

I could really use some help figuring out this problem. I can provide any additional information upon request.

alt text

issue.png (98.9 kB)
Comment

People who like this

0 Show 0
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

4 Replies

· Add your reply
  • Sort: 
avatar image

Answer by milanow · Jul 16, 2016 at 01:54 AM

Have you solved your problem? I have the same issue here...

Comment

People who like this

0 Show 0 · 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

Answer by hammondt · Jan 22, 2017 at 01:56 PM

Any luck? Same issue...

Comment

People who like this

0 Show 0 · 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

Answer by Stomper2000 · Apr 06, 2017 at 01:09 AM

Same Issue Here!!! Been trying to get my game in the App Store for 2 weeks and been rejected 10 times for IPV6. But been getting this error trying to debug in XCode.

Anyone find a fix for this?

Unity 5.4.4p4

Comment

People who like this

0 Show 0 · 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

Answer by Rs · Dec 14, 2017 at 04:06 PM

I am not sure whether this applies to every case but I had exactly this error today when I tried to run an app that, despite targeting iOS 10 (Target minimum iOS in Player Settings), requires iOS 11 features.

The error came up when I tried to run on a iOS 10 device. The same Xcode project compiles and runs fine on any other iOS 11 devices. In my specific case the framework that requires iOS 11 features is ARKit.

So, even though this is very unlikely to cover all cases this error comes out, you do want to check you've the right iOS version for the frameworks you're using.

Comment

People who like this

0 Show 0 · 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

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.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

79 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 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

Apple Mach-O Linker (ld) Error Group - Xcode 0 Answers

Unity error -> crashing while build & run 0 Answers

Xcode Apple Mach-O linker error 1 __frkparticlePluginSDKProcess 1 Answer

Unity-iPhone has Conflicting Provisioning Settings? 5 Answers

arm64 function not 4-byte aligned: _unwind_tester from /Users/qadam/Desktop/ois/Libraries/libiPhone-lib.a(unwind_test_arm64.o) 1 Answer


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