File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
project_location = "./ios/#{ file_name } .xcodeproj"
18
18
default_target_name = file_name
19
19
framework_root = '../node_modules/instabug-reactnative/ios'
20
- framework_name = 'Instabug.framework '
20
+ framework_name = 'Instabug.xcframework '
21
21
22
22
INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
23
23
Original file line number Diff line number Diff line change 12
12
file_name = File . basename ( project_path , ".xcodeproj" )
13
13
project_location = "./ios/#{ file_name } .xcodeproj"
14
14
framework_root = '../node_modules/instabug-reactnative/ios'
15
- framework_name = 'Instabug.framework '
15
+ framework_name = 'Instabug.xcframework '
16
16
17
17
INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
18
18
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
13
s . source_files = 'ios/RNInstabug/*'
14
14
s . platform = :ios , "9.0"
15
15
s . static_framework = true
16
- s . ios . vendored_frameworks = 'ios/Instabug.framework '
16
+ s . ios . vendored_frameworks = 'ios/Instabug.xcframework '
17
17
s . dependency 'React'
18
18
end
Original file line number Diff line number Diff line change 13
13
project_location = "./ios/#{ file_name } .xcodeproj"
14
14
default_target_name = file_name
15
15
framework_root = '../node_modules/instabug-reactnative/ios'
16
- framework_name = 'Instabug.framework '
16
+ framework_name = 'Instabug.xcframework '
17
17
18
18
INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
19
19
Original file line number Diff line number Diff line change 12
12
file_name = File . basename ( project_path , ".xcodeproj" )
13
13
project_location = "./ios/#{ file_name } .xcodeproj"
14
14
framework_root = '../node_modules/instabug-reactnative/ios'
15
- framework_name = 'Instabug.framework '
15
+ framework_name = 'Instabug.xcframework '
16
16
17
17
INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
18
18
You can’t perform that action at this time.
0 commit comments