AdaSupport / ios-sdk

EmbedFramework is a small iOS SDK that is used to embed the Ada Chat bot into native iOS applications.
MIT License
4 stars 20 forks source link

Notification-Service app extension Linker error: "Framework not found AdaEmbedFramework" #86

Closed Morkrom closed 1 year ago

Morkrom commented 1 year ago

Attempting to build an iOS 13 project on simulator using Xcode 14.3. Ventura OS, M1 machine. My other comrades have no problems on various other OS and Xcode versions.

Running SDK: 1.3.9

Getting only linker error: Framework not found AdaEmbedFramework

Have tried:

Perhaps it's some other problem and Ada is just the alphabetical first framework to fail.

additional note :

I have also tried removing extension references as discussed below, as the frameworks are "inherited" from the actual app target, without success:

"As it turned out, the problem appear to be that my extension initially was "too heavy". After stripping it from all third-party package references, I was finally able to build and run it on M1 Mac as well"

https://stackoverflow.com/questions/70001083/notification-service-extension-starting-on-iphone-ipad-but-not-on-m1-mac

Morkrom commented 1 year ago

Leaving a note that the issue above is unrelated to this dependency. It was necessary to run simulators through Rosetta and now it's OK