I’ve a .xcworkspace with two xcode initiatives. One in every of them hosts a Swift Framework (ExpLib) and one other one hosts iOS App (ExpApp). I’ve added the ExpLib framework as a dependency to the iOS App. However whereas compiling the app, I am getting No such module 'ExpLib'
Error. This error is thrown on the swift file on which I import the library.
The error happens on the Compilation step. i.e.
ld: framework not discovered ExpLib
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Beneath is the mission setup I’ve
Beneath are the App goal’s framework dependencies.
Word:
I am getting this error on an app we work on. Nonetheless, after I tried to recreate this setup on an instance mission. I am getting no such points. May somebody see by what I am lacking right here? Thanks!