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 fail on 2.0 and 12.4.0.GA #8

Open
sibisandaniel86 opened this issue Jul 25, 2024 · 6 comments
Open

build fail on 2.0 and 12.4.0.GA #8

sibisandaniel86 opened this issue Jul 25, 2024 · 6 comments

Comments

@sibisandaniel86
Copy link

[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.

@hansemannn
Copy link
Owner

Please attach the full build log (ti build -p ios --log-level trace), thank you

@sibisandaniel86
Copy link
Author

attached a file , to big to paste here .
Thanks for looking in to this .
log ios.txt

@hansemannn
Copy link
Owner

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.

@sibisandaniel86
Copy link
Author

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 .

@hansemannn
Copy link
Owner

Then I can't find a solution. If possible, you can send over a test project that reproduces the issue

@sibisandaniel86
Copy link
Author

for the moment i downgraded to version 1.0.1 and seems to work for this module.

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