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
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ The BuiltIO Backend helps you to create iOS apps quickly and effortlessly, takin
12
12
A window will appear, prompting you to choose one of the options for adding files. Click the ‘Destination’ checkbox to copy items into the destination group’s folder. This will add the SDK to your project.
13
13
14
14
3. In the project editor, select your app under `TARGETS`. Under the `General` tab, open `Linked Frameworks and Libraries` and add the following libraries:
15
-
- Accounts.framework
16
-
- CFNetwork.framework
17
-
- CoreGraphics.framework
18
-
- CoreLocation.framework
19
-
- CoreTelephony.framework
20
-
- MobileCoreServices.framework
21
-
- Security.framework
22
-
- Social.framework
23
-
- SystemConfiguration.framework
24
-
- libicucore.tbd
25
-
- libsqlite3.tbd
15
+
- Accounts.framework (iOS)
16
+
- CFNetwork.framework (iOS)
17
+
- CoreGraphics.framework (iOS|WatchOS)
18
+
- CoreLocation.framework (iOS|WatchOS)
19
+
- CoreTelephony.framework (iOS)
20
+
- MobileCoreServices.framework (iOS|WatchOS)
21
+
- Security.framework (iOS|WatchOS)
22
+
- Social.framework (iOS)
23
+
- SystemConfiguration.framework (iOS)
24
+
- libicucore.dylib (iOS|WatchOS)
25
+
- libsqlite3.dylib (iOS|WatchOS)
26
26
27
27
4. In your target app, click on the `Build Settings` tab and add the `-ObjC` flag to `Other Linker Flags`.
0 commit comments