Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
debug
  • Loading branch information
Emmanuel Garcia committed Dec 15, 2020
commit 0126fa069a1086eb0763ab966f3231f1497bbc67
3 changes: 3 additions & 0 deletions packages/pigeon/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ test_pigeon_ios() {
--objc_header_out $temp_dir/pigeon.h \
--objc_source_out $temp_dir/pigeon.m

ls -la $framework_path
find $framework_path -name 'Flutter.h'

xcrun clang \
-arch arm64 \
-isysroot $(xcrun --sdk iphoneos --show-sdk-path) \
Expand Down