51
Views
2
Comments
Solved
[Camera Plugin] Unable to Generate IOS .IPA on the Update Version of Camera Plugin
Question
camera-plugin
Mobile icon
Forge asset by OutSystems
Application Type
Mobile
Service Studio Version
11.53.6 (Build 60757)

Hello I have updated the Camera Plugin in our Dev Environment from 7.1.8 to 7.1.11

- My goal is to generate an .IPA application that consumes this plugin

- Use the Plugin properly

Issue:

- I was unable to generate the .IPA and this is the error that the compiler encountered

iOSBuildLog.txt
UserImage.jpg
Billy Yap
Staff
Solution

Hello guys,

The error you get was due to the Camera plugin now supporting Swift on iOS. Since Swift support on iOS was introduced to multiple supported plugins at the same time, if any of them below are in use, they require an update as well so that the same code is used across the plugins:
 

  • FileViewer
  • Firebase Performance
  • Health and Fitness
  • Social Logins
  • Firebase Cloud Messaging
  • Camera
  • InAppBrowser
  • Payments

Please check if your app has any of these plugins above, kindly upgrade to the version supported Swift.

2023-12-26 12-31-52
Thiago Soares

Hello guys,

How to fix this issue? 

I got the same error with the version 7.1.13 and MABS 8.1

I'm suspecting that this "Outsystems-Swift.h" is added by another plugin or something like that.

Any suggestion?


Thanks!

UserImage.jpg
Billy Yap
Staff
Solution

Hello guys,

The error you get was due to the Camera plugin now supporting Swift on iOS. Since Swift support on iOS was introduced to multiple supported plugins at the same time, if any of them below are in use, they require an update as well so that the same code is used across the plugins:
 

  • FileViewer
  • Firebase Performance
  • Health and Fitness
  • Social Logins
  • Firebase Cloud Messaging
  • Camera
  • InAppBrowser
  • Payments

Please check if your app has any of these plugins above, kindly upgrade to the version supported Swift.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.