Project is successfully compiling on arm64-physical device, but I get No such module 'AcousticMobilePush'
on simulators, also project compiles for simulators for the other team members.
I use the pod like this on Podfile
pod 'AcousticMobilePush', :git => 'https://github.com/Acoustic-Mobile-Push/ios.git', :commit => '35a71f6ed1646f987b925fe7bb2d999c74f7a635'
Repo link : https://github.com/Acoustic-Mobile-Push/iOS
I tried to
- Reinstall/update/deintegrate pods
- Cleaned the derived data & simulators
- Update CocoaPods
- Clone the project into new directory
- Make sure that "Find Implicit Dependencies" is Checked on build menu
- Make sure Framework Search Paths is correct
- Clean XCode cache.
- Make sure to open xcworkspace instead xcodeproj
- Make target iOS level same as Podfile
- Changed the commit: to branch:master on podfile.
When I select that Pod as Target 'AcousticMobilePush'
and build and run on Any iOS Device
I get the error
Unable to load contents of file list: '/Target Support Files/AcousticMobilePush/AcousticMobilePush-xcframeworks-input-files.xcfilelist'