Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check what happens when we remove the iOS symlinks #1517

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions flutter/realm_flutter/ios/realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ Pod::Spec.new do |s|
# Only x86_64 simulators are supported. Using EXCLUDED_ARCHS to exclude i386 arch.
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386',
'HEADER_SEARCH_PATHS' => [
'"$(PODS_TARGET_SRCROOT)/Classes"',
'"$(PODS_TARGET_SRCROOT)/src"',
'"$(PODS_TARGET_SRCROOT)/src/ios"',
'"$(PODS_TARGET_SRCROOT)/src/dart-include"',
'"$(PODS_TARGET_SRCROOT)/src/realm-core/src"',
'"$(PODS_TARGET_SRCROOT)/Classes"'
],
'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)/**"'
}
Expand Down
1 change: 0 additions & 1 deletion flutter/realm_flutter/ios/src

This file was deleted.

Loading