Skip to content
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

Build failed for iOS #55

Closed
somefakeuser opened this issue May 7, 2015 · 2 comments
Closed

Build failed for iOS #55

somefakeuser opened this issue May 7, 2015 · 2 comments

Comments

@somefakeuser
Copy link

Hi Arley,

your module works great on Android.
I started testing on iOS and can't build the App (see log.txt)

Your Testapp works on iOS but my App gets the build error.
I don't know what difference could result in this problem.
Any idea?

I am using Xcode 6.1 and Ti 3.5.0 for iPhone 5s with iOS 8.1.
I tested with 1.5, 1.6 and 1.7 of your module.

Regards

@arleyandrada
Copy link
Owner

Have you copied the "workaround" code to the issue #17030 to your app?
Put these code lines at any place in your app.

//Workaround to Titanium Mobile issue #17030
//https://jira.appcelerator.org/browse/TIMOB-17030
if (OS_IOS) {
    var issue17030 = Ti.Network.registerForPushNotifications;
    var issue17030iOS8 = Ti.App.iOS.registerUserNotificationSettings;
}

Regards,

Arley

@somefakeuser
Copy link
Author

Hi Arley,

thanks, that was it!

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants