Which version of the SDK/iOS was used?
ios: 13.2
swift 5
Xcode: 11.13.1
What problem was encountered?
I'm using swift code 5, then using the bridge (.h) file importing all .h files locally.
My Podfile:
platform :ios, '8.0'
target 'CloudGPS' do
pod 'AZSClient'
end
It show that it is installing the module with no issues:
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
As soon when I close and reopen Xcode the build start failing with:
Library not found for -lAZSClient
Executing pod deintegrate it fix the build problem, but I don't have the Azure Storage commands.
How to fix this issue?
Have you found a mitigation/solution?
No
Which version of the SDK/iOS was used?
ios: 13.2
swift 5
Xcode: 11.13.1
What problem was encountered?
I'm using swift code 5, then using the bridge (.h) file importing all .h files locally.
My Podfile:
platform :ios, '8.0'
target 'CloudGPS' do
pod 'AZSClient'
end
It show that it is installing the module with no issues:
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
As soon when I close and reopen Xcode the build start failing with:
Library not found for -lAZSClient
Executing pod deintegrate it fix the build problem, but I don't have the Azure Storage commands.
How to fix this issue?
Have you found a mitigation/solution?
No