-
Notifications
You must be signed in to change notification settings - Fork 3
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 fail on 2.0 and 12.4.0.GA #8
Comments
Please attach the full build log ( |
attached a file , to big to paste here . |
There are some undefined symbols related to Swift. You probably don't use any other (Swift-based) module, so it could cause these linker errors. To resolve, as a workaround, can you include a module like Ti.Animation and see if it resolves it? Include = add to tiapp.xml as well. If it works, we can include the required Swift utility hooks here as well. |
no luck , i included ti.animation at the top of the list , i have a few more modules included like innappupdate, playservices, imagefactory, firebase core, analytics and it builds ok , but when i include firestore its fails to build . |
Then I can't find a solution. If possible, you can send over a test project that reproduces the issue |
for the moment i downgraded to version 1.0.1 and seems to work for this module. |
[INFO] Invoking xcodebuild
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEPLOYTYPE=development')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEPLOYTYPE=development')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'LOG__ID=ae36e1b7-413b-48b0-9fff-e5dcb49a0e3b')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'LOG__ID=ae36e1b7-413b-48b0-9fff-e5dcb49a0e3b')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEBUG=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEBUG=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'LAUNCHSCREEN_STORYBOARD=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'LAUNCHSCREEN_STORYBOARD=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEFAULT_BGCOLOR_RED=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEFAULT_BGCOLOR_RED=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEFAULT_BGCOLOR_GREEN=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEFAULT_BGCOLOR_GREEN=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEFAULT_BGCOLOR_BLUE=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DEFAULT_BGCOLOR_BLUE=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DISABLE_TI_LOG_SERVER=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'DISABLE_TI_LOG_SERVER=1')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'TI_VERSION=12.4.0')
[ERROR] warning: conditional compilation flags do not have values in Swift; they are either present or absent (rather than 'TI_VERSION=12.4.0')
[ERROR] ** BUILD FAILED **
[ERROR] The following build commands failed:
[ERROR] Ld /Users/danielsibisan/Documents/cazaapp/build/iphone/build/Intermediates/CapturCyL.build/Debug-iphonesimulator/CapturCyL.build/Objects-normal/x86_64/Binary/CapturCyL normal x86_64 (in target 'CapturCyL' from project 'CapturCyL')
[ERROR] (1 failure)
Build failed. Process exited with code 1.
The text was updated successfully, but these errors were encountered: