You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
platform :ios, '9.0'
source 'https://cdn.cocoapods.org/'
source 'https://github.com/aliyun/aliyun-specs.git'
target 'testest' do
pod 'IMSDeviceCenter'
end
The app can't be built due to Undefined symbol issues. Some of them can be fixed by adding:
The app can't be built due to
Undefined symbol
issues. Some of them can be fixed by adding:but it will still fail with
It is unclear which dependency contains the IMSOpenSecurityGuardManager definitions.
The text was updated successfully, but these errors were encountered: