Replies: 1 comment 3 replies
-
I'm having the same issue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to Skip and wanted to check whether Skip meets the requirements of our existing App. Therefore we need to include the ThirdParty package MapboxMaps. However I receive following errors:
To be sure. I ran the same code in a non-Skip project, which build without any problems.
`import SwiftUI
#if SKIP || !os(iOS)
// Skip-specific (e.g., Android) code
#else
import MapboxMaps
#endif
public struct ContentView: View {
}
` Any help is very much appreciated. Thank you in advance :))
Beta Was this translation helpful? Give feedback.
All reactions