-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bundle path error #95
Comments
Hi @NilStack, may I know which localisation used in your app? |
I don't set locale in my app. The language setting in the simulator is English and region is United States. |
@NilStack okay. That might be the differences between building pods with frameworks and static library. Let me check. |
1and2papa
added a commit
that referenced
this issue
Mar 17, 2015
@chiunam Thanks for fixing it. |
@NilStack Cool. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @chiunam:
I installed the latest version CTAssetsPickerController with cocoapods and built it successfully, but when
tested it in simulator i got this error. It happened when i clicked the 'Camera Roll' cell in the first view.
"Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSPlaceholderString initWithFormat:locale:arguments:]: nil argument'"
I think maybe there is something wrong with localization bundle path. So is there something i need to do with the bundle?
other info: Xcode 6.2, iOS 8, "use_frameworks!" in podfile
Thanks for sharing CTAssetsPickerController!
The text was updated successfully, but these errors were encountered: