iOS Question Complie Error

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I have followed the Firebase Notifications tutorial and created the certificate files etc.

However when I compile my project I get an error.

When I have iFirebaseNotifications and iFirebaseAnalytics library's included (not even dimming any of them, just selected them in the IDE lib tab only) it stops the app from being complied. Soon as I untick the lib then it complies fine.
Seems to be related to including the library.

Any ideas on what is wrong ?
Error here: https://drive.google.com/file/d/1FQpJIY5cIUhR5B0CnGcxRYz5ir0AeSQK/view?usp=sharing
(too big to upload)

Library's I am using are:
(sorry for the such large image, my Mac seems to like to take large screenshots)

upload_2019-1-9_21-36-24.png
 

aaronk

Well-Known Member
Licensed User
Longtime User
Have you tried to create a new project with only the notifications related code?
Created a new project. Changed the package name and added iFirebaseNotifications and iFirebaseAnalytics library's.

No other code was in project other than the default code.

App doesn't compile and get same error.

Soon as I remove the 2 library's it runs fine.
 
Upvote 0

aaronk

Well-Known Member
Licensed User
Longtime User
Just tried it and it worked and allowed me to compile the app.

Is there a way in deleting something on my local Mac, to make it look like I have never used the builder before as maybe something is corrupted ?

What version builder is the hosted builder using ?
 
Upvote 0

aaronk

Well-Known Member
Licensed User
Longtime User
Make sure to copy Firebase frameworks
Whops. This is what I forgot to do.

Soon as I coped the files to the lib folder it now works.

Thanks heaps for your help on this.
 
Last edited:
Upvote 0
Top