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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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