Skip to content

Commit

Permalink
Add /ios/ to the protoc path in flutter_blue.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Jun 19, 2019
1 parent e799c2a commit 38ae679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/flutter_blue.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A new flutter plugin project.
s.dependency '!ProtoCompiler'
s.framework = 'CoreBluetooth'

protoc = ENV['PWD'] + '/Pods/!ProtoCompiler/protoc'
protoc = ENV['PWD'] + '/ios/Pods/!ProtoCompiler/protoc'
objc_out = 'gen'
proto_in = '../protos'
s.prepare_command = <<-CMD
Expand Down

0 comments on commit 38ae679

Please sign in to comment.