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
We could go smoothly till we upload the file : firebase_push.p12
We have used development certificates not distribution.
Also we have used the same code which you have upload on the forum.
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
I think you have added a sevice module as you did for b4a , you shouldnt use a module in b4i.

Enabling the firebase notifications at libraries section is enough.
 
Upvote 0

Mahesh Ramnathan

Member
Licensed User
When I add he #Entitlement attribute in the main module I am getting following error....

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


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
your error says :
framework not found FirebaseMessaging

Did you copy the framework as Erel suggested ?
 
Upvote 0

Mahesh Ramnathan

Member
Licensed User
Hi
I add the firebase messaging framework to the project using Xcode intrerface but as soon as I try to build,, the framework reference disappears and I get build errors.
 

Attachments

  • Screenshot1.png
    Screenshot1.png
    298.3 KB · Views: 257
  • Screenshot2.png
    Screenshot2.png
    248.5 KB · Views: 237
  • Screenshot3.png
    Screenshot3.png
    321.3 KB · Views: 273
Upvote 0

Mahesh Ramnathan

Member
Licensed User
so I started again.
1. deleted everything in my "uploadedprojects" on the Mac
2. on the windows B4i setup, I added firebaseAnalytics & firebaseNotifications from the libraries
3. attempted a build from my windows Laptop after ensuring that BUILDSEVER was running
I get build errors, one which has something to do with GoogleIPhoneUtilities.
Please see the attached compilation log file.
 

Attachments

  • compilationLog1.txt
    59.5 KB · Views: 238
Upvote 0

Mahesh Ramnathan

Member
Licensed User
Copied firebase.h to the BuildServer/Libs folder, is there anything else. Should I copy the entire firebase SDK ?

Getting following error now...

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

Mahesh Ramnathan

Member
Licensed User
Please share the latest version link. We have tried and uploaded the framework but I think we are missing something, don't know what ?

please see the attached screen shot for framework.
 

Attachments

  • framework.jpg
    framework.jpg
    171.4 KB · Views: 213
  • framework1.png
    framework1.png
    474.3 KB · Views: 279
  • framework2.png.jpg
    framework2.png.jpg
    193.3 KB · Views: 218
Upvote 0

moster67

Expert
Licensed User
Longtime User
Can't help you with your issue.
However, what regards the latest version and if your B4i license is still valid, you should have received an e-mail from Anywhere Software with a download-link for the latest version. If not, maybe your license has expired and you need to upgrade. In any case, check with Erel at [email protected]
 
Upvote 0
Top