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
Create an Xcode project, add an additional target to the project
pod init, and use subspec to add dependencies to each targets, for example
target 'FluentUIBuildingIssue' do
use_frameworks!
pod 'MicrosoftFluentUI/Shimmer_ios', '~> 0.2.5'
pod 'MicrosoftFluentUI/ActivityIndicator_ios', '~> 0.2.5'
end
target 'FluentUIBuildingIssueTarget2' do
use_frameworks!
pod 'MicrosoftFluentUI/HUD_ios', '~> 0.2.5'
end
pod install and try to build a target
Actual behavior:
xcodebuild: error: The project '****/FluentUIBuildingIssue/Pods/Pods.xcodeproj' does not contain a target named 'MicrosoftFluentUI-FluentUIResources-ios'.
CocoaPods created separate targets in the Pods.xcodeproj, the script in [CP-User] Optimize resource bundle does not match MicrosoftFluentUI-FluentUIResources-ios.
Expected behavior:
It should build fine.
The text was updated successfully, but these errors were encountered:
Environment Information
Please provide a reproduction of the bug:
Actual behavior:
CocoaPods created separate targets in the Pods.xcodeproj, the script in
[CP-User] Optimize resource bundle
does not match MicrosoftFluentUI-FluentUIResources-ios.Expected behavior:
It should build fine.
The text was updated successfully, but these errors were encountered: