Skip to content

Commit

Permalink
Update error output
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Sep 13, 2023
1 parent 4c0e309 commit cf88f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fluwx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if cfg['fluwx'] && (cfg['fluwx']['ios'] && cfg['fluwx']['ios']['universal_link'
system("ruby #{current_dir}/wechat_setup.rb -a #{app_id} -u #{universal_link} -p #{project_dir} -n Runner.xcodeproj")
end
else
abort("required values:[auniversal_link] are missing. Please add them in pubspec.yaml:\nfluwx:\n \nios:\nuniversal_link: https://${applinks domain}/universal_link/${example_app}/wechat/\n")
abort("required values:[universal_link] are missing. Please add them in pubspec.yaml:\nfluwx:\n \nios:\nuniversal_link: https://${applinks domain}/universal_link/${example_app}/wechat/\n")
end

Pod::Spec.new do |s|
Expand Down

0 comments on commit cf88f20

Please sign in to comment.