iOS Question Attribute not supported: entitlement (IOS Push Notification)

Mahesh Ramnathan

Member
Licensed User
Hi,
We are facing following error while compiling the IOS Firebase Push Notification.
Is there any library or jar file to be copied in Additional Libraries folder ?
upload_2017-5-13_19-40-44.png
 

Mahesh Ramnathan

Member
Licensed User
Erel, following error

ld: framework not found GoogleIPhoneUtilities
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Please see the attached file for compilation error.
 

Attachments

  • compilationError.txt
    59.5 KB · Views: 252
Last edited:
Upvote 0

Mahesh Ramnathan

Member
Licensed User
Hi Erel, we have followed all the instructions given in suggested links i.e. https://www.b4x.com/android/forum/threads/firebase-integration.68623/#post-435333 but still facing error. Please see the detailed errors in the attached compilation text file.

Short Error :

ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Showing first 200 notices only


Error: ** BUILD FAILED **


The following build commands failed:
Ld Payload/Time\ Sheet.app/Time\ Sheet normal armv7
(1 failure)
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
Please see the detailed errors in the attached compilation text file.
for the following error :

ld: warning: object file (../../Libs/libiNet.a(FTPManager.o)) was built for newer iOS version (8.0) than being linked (7.0)

change the minimum version attribute to 8 instead of 7 at the very top of your code main code module
 
Upvote 0

Mahesh Ramnathan

Member
Licensed User
Hi tufanv, I have changed the minimum version to 8 but still getting following error.

ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Showing first 200 notices only


Error: ** BUILD FAILED **


The following build commands failed:
Ld Payload/Time\ Sheet.app/Time\ Sheet normal armv7
(1 failure)

Plz find the attached compilation error text file.
 

Attachments

  • compilationError20051924.txt
    110.8 KB · Views: 961
Upvote 0

tufanv

Expert
Licensed User
Longtime User
all the problems are related to firebase. Did you copy the framework Erel posted to your libs folder ?
 
Upvote 0
Top